const runtime.itabInitSize

3 uses

	runtime (current package)
		iface.go#L14: const itabInitSize = 512
		iface.go#L19: 	itabTableInit = itabTableType{size: itabInitSize} // starter table
		iface.go#L26: 	entries [itabInitSize]*itab // really [size] large